home *** CD-ROM | disk | FTP | other *** search
- Path: news.citenet.net!usenet
- From: fisetj@citenet.net (Jacques Fiset)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: Thor UUDecode?
- Date: 5 Apr 1996 13:32:25 GMT
- Organization: CiteNet Telecom - Commercial Internet Service
- Message-ID: <1885.6668T1167T447@citenet.net>
- References: <295.6667T346T1171@nibelung.demon.co.uk>
- NNTP-Posting-Host: g39-230.citenet.net
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
-
- >When I try to uudecode anything with Thor, it tells me:
- >Couldn't find config file (ENV:Thor/UUDecode.cfg).
- >Please run CfgUUDecode.thor and try again.
-
- >I've looked through the entire archive and can't find this file (which I
- >assume is an ARexx script). What should the ENV: file contain?
-
- >Barry
-
-
- some files are missing from THOR2.22 you need to find the file called
- xfiles.lha on the thor home page. you should get all the uudecode config
- arexx script. just run it and voila.
-
- you should also edit the uudecode arexx script in thor arexx script
-
-
-
- /* UUEncode.thor by Troels Walsted Hansen
- ** $VER: UUEncode.thor v2.00 (01.11.94)
- **
- ** An ARexx script that uuencodes a file and either places it in the
- ** clipboard or posts a message for you containing the file. Using
- ** LhA, this script will archive the file if it isn't already.
- **
- ** Utilises LhA by Stefan Boberg for archiving.
- ** The script may use either of the following for uuencoding:
- ** ╖ UUFast v1.25 by J°rn Halonen
- ** ╖ uuIn v1.03 by Nicolas Dade
- ** ╖ UUxT v3.0 by Asher Feldman
- **
- ** New: ╖áThis version is only for THOR v2.0 or higher.
- ** ╖áA lot easier to adapt to other uuencoders and includes
- ** commandstrings for uuIn, UUFast and UUxT.
- ** ╖áDoesn't require rexxsupport.library anymore.
- ** ╖áDoesn't require MagicClip anymore.
- */
-
- /* some user variables. edit to your hearts content */
-
- tmpdir = "T:" /* Work dir for the encoding */
- uuencoder = "uuxt" /* may be: uuin, uufast or uuxt */
-
- ^
- |----|
- V
- change that to whatever uudecoder you use
-
-
- //
- // Jacques Fiset ------------ A2000 Vanilla Model
- \\ // Email:fisetj@citenet.net - 4megs/40megs/3.1/
- \X/ Quebec/Canada ------------ A1000 2megs and Nothing Else
- ZX-81 Oh well...
-
-
-